Struct isotope::ast::ast::Branch [−][src]
Expand description
A branch of a case expression
Fields
pattern: Arc<Expr>
The pattern
result: Arc<Expr>
The result
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Branch
impl UnwindSafe for Branch
Blanket Implementations
Mutably borrows from an owned value. Read more
Borrow an optional value of type T
Compare self to key
and return true
if they are equal.